ot::Heap::Array::operator[]() const method
Overloads the `[]` operator to get the element at a given index. Does not perform index bounds checking. Behavior is undefined if @p aIndex is not valid.
Syntax
const Type &operator[](IndexType aIndex) const; Return value
A reference to the element in array at @p aIndex.